home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / SelFile / Imakefile < prev    next >
Encoding:
Makefile  |  1995-02-18  |  451 b   |  26 lines  |  [TEXT/R*ch]

  1. #ifndef XCOMM
  2. #define XCOMM #
  3. #endif
  4.  
  5. XCOMM Imakefile for SelFile (pfp)
  6.  
  7.        INCLUDES = -I.
  8.    INSTALLFLAGS = $(INSTINCFLAGS)
  9.        LINTLIBS = $(LINTXTOLL) $(LINTXLIB) 
  10.  
  11. HEADERS = xpm.h
  12.   SRCS = SelFile.c Path.c Dir.c Draw.c
  13.   OBJS = SelFile.o Path.o Dir.o Draw.o
  14.  SELFILE_DEFINE = -DSELFILE -DHOME_ON_DEMAND
  15.  
  16. NormalLibraryObjectRule()
  17.  
  18. NormalLibraryTarget(Xgnu,$(OBJS))
  19. InstallLibrary(Xgnu,$(USRLIBDIR))
  20.  
  21. DependTarget()
  22.  
  23. depend:: SFinternal.h 
  24.  
  25.  
  26.